Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.ui.IEditorActionDelegate

Packages that use IEditorActionDelegate
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
org.eclipse.ui.texteditor.quickdiff Provides interfaces to for the org.eclipse.ui.editors.quickDiffReferenceProvider extension point and adds an action to enable quick diff display for an editor. 
 

Uses of IEditorActionDelegate in org.eclipse.ui.texteditor
 

Classes in org.eclipse.ui.texteditor that implement IEditorActionDelegate
 class AbstractRulerActionDelegate
          This class serves as an adapter for actions contributed to the vertical ruler's context menu.
 class BookmarkRulerAction
          Adapter for the managing bookmark action.
 class SelectRulerAction
          Adapter for the select marker action.
 class TaskRulerAction
          Adapter for the marker ruler action creating/removing tasks.
 

Uses of IEditorActionDelegate in org.eclipse.ui.texteditor.quickdiff
 

Classes in org.eclipse.ui.texteditor.quickdiff that implement IEditorActionDelegate
 class QuickDiffToggleAction
          Action to toggle the line number bar's quick diff display.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.